home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / DefineButton2_1777 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  369 b   |  18 lines

  1. on(release){
  2.    set("/Variables:PositionPerso","Auto");
  3.    if(eval("/Variables:LunetteMise") == true)
  4.    {
  5.       set("/Variables:LunetteMise",false);
  6.       set("/Variables:VaVers01","AbeiLoin2");
  7.       tellTarget(_root.SFX)
  8.       {
  9.          gotoAndStop("StopVitrail");
  10.       }
  11.       gotoAndStop(1198);
  12.    }
  13.    else
  14.    {
  15.       gotoAndStop(1078);
  16.    }
  17. }
  18.